# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1346 -> 1.1347 # drivers/char/agp/i460-agp.c 1.26 -> 1.27 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/06/20 davidm@tiger.hpl.hp.com 1.1330.1.15 # ia64: Fix a alternate-signal-stack bug which could corrupt RNaT bits # when bspstore happened to point to an RNaT-slot. # Bug reported by Matt Chapman. # -------------------------------------------- # 03/06/19 tony.luck@intel.com 1.1347 # [PATCH] ia64: add missing __exit_p() to i460-agp.c # # -------------------------------------------- # diff -Nru a/drivers/char/agp/i460-agp.c b/drivers/char/agp/i460-agp.c --- a/drivers/char/agp/i460-agp.c Fri Jun 27 22:14:24 2003 +++ b/drivers/char/agp/i460-agp.c Fri Jun 27 22:14:24 2003 @@ -608,7 +608,7 @@ .name = "agpgart-intel-i460", .id_table = agp_intel_i460_pci_table, .probe = agp_intel_i460_probe, - .remove = agp_intel_i460_remove, + .remove = __exit_p(agp_intel_i460_remove), }; static int __init agp_intel_i460_init(void)